home *** CD-ROM | disk | FTP | other *** search
- object InputForm: TInputForm
- Left = 191
- Top = 124
- Width = 261
- Height = 167
- ActiveControl = HexInput
- Caption = 'Input'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 32
- Top = 20
- Width = 175
- Height = 16
- Caption = 'Enter A Hexadecimal Value'
- end
- object HexInput: TEdit
- Left = 96
- Top = 44
- Width = 45
- Height = 21
- TabOrder = 0
- Text = '0000'
- OnChange = HexInputChange
- end
- object OKButton: TButton
- Left = 88
- Top = 76
- Width = 61
- Height = 25
- Caption = 'Okay'
- TabOrder = 1
- OnClick = OKButtonClick
- end
- end
-